{% extends "layout.html" %} {% block title %} {{ __('search_results', {'input': input}) }} - {{ parent() }} {% endblock %} {% block content %} {{ parent() }}

{{ __('search_results', {'input': input}) }}

{{ __('back_to_games') }}

{% include "/inc/search.html" with {'placeholder':__('search_for_games'), 'input':input} %}
{% include "/inc/games.html" %} {% include "/inc/pages.html" with {'page':page, 'pages':pages, 'path':path('Games', 'search', {'input':input, 'page':'{page}'})} %} {% endblock %}